Carbon


SoundProcPtr

Header: Dialogs.h Carbon status: Unsupported

typedef void(* SoundProcPtr) (
    SInt16 soundNumber
);

You would declare your function like this if you were to name it MySoundCallback:

void MySoundCallback (
    SInt16 soundNumber
);
CARBON NOTES

Using custom sounds in dialog boxes is not supported in Carbon.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)